aboutsummaryrefslogtreecommitdiffstats
path: root/apps/mobile/app/dashboard/lists/[slug].tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat(mobile): proper handling for shared list permissions (#2165)Mohamed Bassem2025-11-231-4/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | * feat(mobile): Restrict bookmark editing in shared lists Apply the same ownership-based restrictions that exist in the web app to the mobile app. Users can now only edit, delete, and manage their own bookmarks, even when viewing them in shared lists. Changes: - BottomActions: Hide edit actions (lists, tags, info, delete) for non-owners - BookmarkCard: Hide favorite button and action menu for non-owners - Info page: Make title, notes, tags, and lists read-only for non-owners - NotePreview: Hide "Edit Notes" button for non-owners All restrictions are based on comparing the current user ID (from useWhoAmI) with the bookmark's userId field. * some fixes * make tags non clickable for collaborators * add leave list --------- Co-authored-by: Claude <noreply@anthropic.com>
* ui(mobile): Make page titles more nativeMohamedBassem2024-12-161-9/+3
|
* feature(mobile): Add proper error handling for server errorsMohamedBassem2024-09-141-2/+9
|
* feature(mobile): Add support for deleting listsMohamedBassem2024-08-261-3/+57
|
* feature: Change archived meaning to only mean removed from homepageMohamedBassem2024-04-061-1/+0
|
* format: Add missing lint and format, and format the entire repoMohamedBassem2024-03-301-1/+1
|
* mobile(android): Getting the android app ready for submissionMohamedBassem2024-03-291-3/+4
|
* fix(mobile): Fix flicker on searchMohamedBassem2024-03-201-2/+2
|
* refactor: Prepare for pagination by dropping querying bookmarks by idMohamedBassem2024-03-171-2/+4
|
* ui(mobile): New header style in the appMohamedBassem2024-03-151-5/+12
|
* mobile: Fix the naming of the lists screenMohamedBassem2024-03-151-8/+8
|
* lint: Lint and format the entire repo with the new configsMohamedBassem2024-03-141-2/+1
|
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-141-0/+31